From d8fb4ece8d21a1c21a7b14d9fa6e9e05b9ee5095 Mon Sep 17 00:00:00 2001 From: "cl349@labyrinth.cl.cam.ac.uk" Date: Mon, 6 Sep 2004 19:21:55 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.128 (413cb8d36YrJe8ra_UvZN0wN9qeQWg) Allow Linux and NetBSD builds to co-exist. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index dc926deb75..c3cba553bf 100644 --- a/Makefile +++ b/Makefile @@ -145,11 +145,11 @@ mk-netbsd-trees: netbsd-tools pristine-netbsd-src ./mkbuildtree ../netbsd-$(NETBSD_VER)-xenU ) # build the specified netbsd tree -BDIR = $(subst netbsd-,netbsd-$(NETBSD_VER)-,$@) +NBDIR = $(subst netbsd-,netbsd-$(NETBSD_VER)-,$@) netbsd-xen%: - $(MAKE) -C $(BDIR) config - $(MAKE) -C $(BDIR) netbsd - $(MAKE) -C $(BDIR) INSTALL_PATH=$(INSTALL_DIR) INSTALL_NAME=boot/netbsd-$(NETBSD_VER)-$(subst netbsd-,,$@) install + $(MAKE) -C $(NBDIR) config + $(MAKE) -C $(NBDIR) netbsd + $(MAKE) -C $(NBDIR) INSTALL_PATH=$(INSTALL_DIR) INSTALL_NAME=boot/netbsd-$(NETBSD_VER)-$(subst netbsd-,,$@) install # build xen, the tools, and a domain 0 plus unprivileged linux-xen images, # and place them in the install directory. 'make install' should then -- 2.30.2